Description
Set a context variable that points to the value of the given parameter name in the SimpleConfiguration from the input Document. You must give a name for the variable.
Operation id | LocalConfiguration.SetSimpleConfigurationParameterAsVar |
Category | Local Configuration |
Label | Set Context Variable From a Simple Configuration Parameter |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "LocalConfiguration.SetSimpleConfigurationParameterAsVar",
"label" : "Set Context Variable From a Simple Configuration Parameter",
"category" : "Local Configuration",
"requires" : null,
"description" : "Set a context variable that points to the value of the given parameter name in the SimpleConfiguration from the input Document. You must give a name for the variable.",
"url" : "LocalConfiguration.SetSimpleConfigurationParameterAsVar",
"signature" : [ "document", "document" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "parameterName",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "defaultValue",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}